Get Transitions
AutomatR.Jira.Activities.GetTransitions
The "Get Transitions" activity in AutomatR's Jira package allows you to retrieve detailed information about possible transitions for a given Jira issue. This activity is useful for obtaining a list of available transitions that can be performed on a specific issue, facilitating workflow automation in Jira.
Properties
Name | Description |
---|---|
Input | |
Ticket ID | Enter the Jira issue's ID for which transition details are required. String variables containing the issue's ID. |
Ticket Key | Enter the Jira issue's key for which transition details are required. String variables containing the issue's key. |
Misc | |
Display Name | The display name of the activity. This field supports only strings or String variables. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Get Transitions" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Result | Outputs all possible transitions for the provided Jira issue. Variables of dynamic type to store the transition details. |
How to use:
- Drag and drop the "Get Transitions" activity onto the workflow.
- Optionally, configure the delay.
- Provide either the Jira issue's ID or key.
- Execute the workflow to retrieve details about possible transitions for the specified Jira issue.
Example: Consider an example where the "Get Transitions" activity is used to obtain a list of possible transitions for a Jira issue with the key "ABC-123":
Get Transitions:
Ticket Key: "ABC-123"
Result: availableTransitions
In this example, the activity fetches all possible transitions for the Jira issue with the key "ABC-123". The result, which includes information about available transitions, is stored in the variable "availableTransitions" for further handling in the workflow.